home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Heb3270 f / Heb3270 documentation next >
Text File  |  1993-12-08  |  5KB  |  98 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. © 1990,1991,1992,1993 by Jaime Prilusky, Weizmann Institute of Science
  9.  
  10. •• What Heb3270 does ?
  11. Heb3270 allows a Macintosh computer with a TCP/IP network connection to emulate an IBM 3270 terminal with hebrew language capability. Heb3270 provides:
  12. - Bilingual Hebrew/Latin computer interaction
  13. - Graphic support for 3179 compatible graphics
  14. - File transfer acting as a FTP server
  15. - VT220/320 terminal text emulation
  16.  
  17. •• How to operate Heb3270 ?
  18. When your connection to the IBM host is established, Heb3270 allows you to operate in bilingual mode. The screen automatically displays both Hebrew and Latin characters as they are received from the IBM host.
  19.  
  20. Note: Due to the different keyboard layout between Macintosh and IBM, the following mapping applies:
  21.  
  22. command-e                  ErEOF, erases to end-of-field
  23. command-i                  toggles Insert mode
  24. command-1 ... =             PF1 ... PF12
  25. command-,                  PA1
  26. command-.                  PA2
  27. command-/                 SYS REQ
  28. command-c                 CLEAR
  29. command-\                 PA3
  30. shift-backspace           deletes character
  31. command-backspace    deletes letter to right of cursor in hebrew mode
  32.  
  33. option-w                   toggles the wrap-word function 
  34.                                         (operates both in Hebrew and Latin mode)
  35. option-r                    toggles the ReversePush 
  36.                                         (operates both in Hebrew and Latin mode)
  37. option-left                arrow    switches to hebrew mode
  38.                                         (inverted screen and hebrew keyboard)
  39. option-right              arrow    switches to latin mode
  40.                                        (normal screen and latin keyboard)
  41.  
  42. •• Compatibility with tn3270:
  43. To upgrade from tn3270 to Heb3270, just replace the tn3270 with Heb3270 by dropping it in the same folder. In order to ease the upgrading from tn3270 to Heb3270, most of the characteristics of tn3270 are supported (keyboard mapping, graphic support, APL mode). Heb3270 is able to use the same configuration file and access modules as tn3270.
  44.  
  45. •• Tested IBM software: 
  46. The following VM/CMS applications are known to work with Heb3270 in both Hebrew and Latin mode, problem free:
  47. - Hprofs
  48. - Mail
  49. - Xedit
  50. - Services (Weizmann Institute "in house" software)
  51.  
  52. •• Hardware and software required:
  53. To run Heb3270 you will need a Macintosh 512K, 512Ke, Plus, SE, or II connected directly to Ethernet, or to LocalTalk which bridges to Ethernet. Heb3270 does not require any particular version of Macintosh system software. 
  54.  
  55. •• Credits:
  56. • Heb3270 was written by Jaime Prilusky, at the Bioinformatics Unit, Biological services of the Weizmann Institute of Science, Rehovot, Israel. It is the result of a large modification of the tn3270 communications software.
  57. • tn3270 for the Macintosh was written by Peter DiCamillo, and developed by Computing and Information Services at Brown University.  It includes the NCSA TCP/IP Kernel for the Macintosh, written by Tim Krauskopf and Gaige B. Paulsen, Copyright  1987-1988 by the Board of Trustees of the University of Illinois.  Also included is code written by Greg Minshall to support the tn3270 Telnet protocol, Copyright  1984-1988 by the Regents of the University of California and by Gregory Glenn Minshall. 
  58.  
  59. /*
  60.  *  tn3270 for the Macintosh Source Code
  61.  *  Brown University Computing and Information Services
  62.  *  Version 2.4d7  April, 1992
  63.  *  Copyright (c) 1988, 1989, 1990, 1991, 1992 by Brown University and by
  64.  *  Peter John DiCamillo.
  65.  *
  66.  *  Permission is granted to any individual or institution to use, copy,
  67.  *  or redistribute the binary version of this software and its
  68.  *  documentation provided this notice and the copyright notices are
  69.  *  retained.  Permission is granted to any individual or non-profit
  70.  *  institution to use, copy, modify, or redistribute the source files
  71.  *  of this software provided this notice and the copyright notices are
  72.  *  retained.  This software may not be distributed for profit, either
  73.  *  in original form or in derivative works, nor can the source be
  74.  *  distributed to other than an individual or a non-profit institution.
  75.  *  Any  individual or group interested in seeing and/or using these
  76.  *  source files but who are prevented from doing so by the above
  77.  *  constraints should contact Don Wolfe, Assistant Vice-President for
  78.  *  Computer Systems at Brown University, (401) 863-7250, for possible
  79.  *  software licensing of the source developed at Brown.
  80.  *
  81.  *  Brown University and Peter John DiCamillo make no representations
  82.  *  about the suitability of this software for any purpose.
  83.  *
  84.  *  BROWN UNIVERSITY AND PETER JOHN DICAMILLO GIVE NO WARRANTY, EITHER
  85.  *  EXPRESS OR IMPLIED, FOR THE PROGRAM AND/OR DOCUMENTATION PROVIDED,
  86.  *  INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND
  87.  *  WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.
  88.  *
  89.  */
  90.  
  91. © by Jaime Prilusky,
  92. Bioinformatics Unit,
  93. Biological Services,
  94. Weizmann Institute of Science, 
  95. Rehovot, Israel
  96. email: LSPRILUS@WEIZMANN.WEIZMANN.AC.IL
  97.  
  98.